home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / MacOS / QuickDraw™ 3D 1.0.6F4 SDK / Samples / SampleCode / Tumbler and Podium / Tumbler_traps.h < prev    next >
Encoding:
Text File  |  1995-05-31  |  291 b   |  14 lines  |  [TEXT/MPS ]

  1. // Simple framework for Macintosh sample code
  2. //
  3. // Nick Thompson, DEVSUPPORT
  4. //
  5. // This file contains the trap detection related code code for the framework.
  6. // 
  7. // 9/16/94    nick    first cut
  8.  
  9. #ifndef _Tumbler_TRAPS_H_
  10. #define _Tumbler_TRAPS_H_
  11.  
  12. Boolean    myTrapAvailable(short theTrap) ;
  13.  
  14. #endif